const net/http.http2ErrCodeProtocol
62 uses
net/http (current package)
h2_bundle.go#L1339: http2ErrCodeProtocol http2ErrCode = 0x1
h2_bundle.go#L1356: http2ErrCodeProtocol: "PROTOCOL_ERROR",
h2_bundle.go#L2158: return fr.connError(http2ErrCodeProtocol,
h2_bundle.go#L2164: return fr.connError(http2ErrCodeProtocol,
h2_bundle.go#L2169: return fr.connError(http2ErrCodeProtocol, fmt.Sprintf("unexpected CONTINUATION for stream %d", fh.StreamID))
h2_bundle.go#L2213: return nil, http2connError{http2ErrCodeProtocol, "DATA frame with stream ID 0"}
h2_bundle.go#L2233: return nil, http2connError{http2ErrCodeProtocol, "pad size larger than data payload"}
h2_bundle.go#L2344: return nil, http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L2472: return nil, http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L2510: return nil, http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L2575: return nil, http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L2578: return nil, http2streamError(fh.StreamID, http2ErrCodeProtocol)
h2_bundle.go#L2638: return nil, http2connError{http2ErrCodeProtocol, "HEADERS frame with stream ID 0"}
h2_bundle.go#L2664: return nil, http2streamError(fh.StreamID, http2ErrCodeProtocol)
h2_bundle.go#L2796: return nil, http2connError{http2ErrCodeProtocol, "PRIORITY frame with stream ID 0"}
h2_bundle.go#L2849: return nil, http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L2877: return nil, http2connError{http2ErrCodeProtocol, "CONTINUATION frame with stream ID 0"}
h2_bundle.go#L2937: return nil, http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L2959: return nil, http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L3226: return mh, http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L3238: return mh, http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L3266: return nil, http2StreamError{mh.StreamID, http2ErrCodeProtocol, invalid}
h2_bundle.go#L3273: return nil, http2StreamError{mh.StreamID, http2ErrCodeProtocol, err}
h2_bundle.go#L3592: return http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L3600: return http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L3604: return http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L4532: sc.rejectConn(http2ErrCodeProtocol, "invalid settings")
h2_bundle.go#L5573: return sc.countError("first_settings", http2ConnectionError(http2ErrCodeProtocol))
h2_bundle.go#L5613: return sc.countError("push_promise", http2ConnectionError(http2ErrCodeProtocol))
h2_bundle.go#L5638: return sc.countError("ping_on_stream", http2ConnectionError(http2ErrCodeProtocol))
h2_bundle.go#L5654: return sc.countError("stream_idle", http2ConnectionError(http2ErrCodeProtocol))
h2_bundle.go#L5686: return sc.countError("reset_idle_stream", http2ConnectionError(http2ErrCodeProtocol))
h2_bundle.go#L5750: return sc.countError("ack_mystery", http2ConnectionError(http2ErrCodeProtocol))
h2_bundle.go#L5758: return sc.countError("settings_big_or_dups", http2ConnectionError(http2ErrCodeProtocol))
h2_bundle.go#L5850: return sc.countError("data_on_idle", http2ConnectionError(http2ErrCodeProtocol))
h2_bundle.go#L5892: return sc.countError("send_too_much", http2streamError(id, http2ErrCodeProtocol))
h2_bundle.go#L6005: return sc.countError("headers_even", http2ConnectionError(http2ErrCodeProtocol))
h2_bundle.go#L6033: return sc.countError("stream_went_down", http2ConnectionError(http2ErrCodeProtocol))
h2_bundle.go#L6050: return sc.countError("over_max_streams", http2streamError(id, http2ErrCodeProtocol))
h2_bundle.go#L6135: return sc.countError("dup_trailers", http2ConnectionError(http2ErrCodeProtocol))
h2_bundle.go#L6139: return sc.countError("trailers_not_ended", http2streamError(st.id, http2ErrCodeProtocol))
h2_bundle.go#L6143: return sc.countError("trailers_pseudo", http2streamError(st.id, http2ErrCodeProtocol))
h2_bundle.go#L6152: return sc.countError("trailers_bogus", http2streamError(st.id, http2ErrCodeProtocol))
h2_bundle.go#L6167: return sc.countError("priority", http2streamError(streamID, http2ErrCodeProtocol))
h2_bundle.go#L6229: return nil, nil, sc.countError("bad_connect", http2streamError(f.StreamID, http2ErrCodeProtocol))
h2_bundle.go#L6235: return nil, nil, sc.countError("bad_connect", http2streamError(f.StreamID, http2ErrCodeProtocol))
h2_bundle.go#L6248: return nil, nil, sc.countError("bad_path_method", http2streamError(f.StreamID, http2ErrCodeProtocol))
h2_bundle.go#L6295: return nil, nil, sc.countError(res.InvalidReason, http2streamError(st.id, http2ErrCodeProtocol))
h2_bundle.go#L8006: if se.Code == http2ErrCodeProtocol && se.Cause == http2errFromPeer {
h2_bundle.go#L9575: return http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L9620: Code: http2ErrCodeProtocol,
h2_bundle.go#L9649: Code: http2ErrCodeProtocol,
h2_bundle.go#L9814: return http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L9820: return http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L9825: return http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L9948: return http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L9977: Code: http2ErrCodeProtocol,
h2_bundle.go#L9985: Code: http2ErrCodeProtocol,
h2_bundle.go#L9994: Code: http2ErrCodeProtocol,
h2_bundle.go#L10150: return http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L10262: if f.ErrCode == http2ErrCodeProtocol {
h2_bundle.go#L10355: return http2ConnectionError(http2ErrCodeProtocol)